jas.plugin
Interface PluginContext

All Superinterfaces:
BasicPluginContext

public interface PluginContext
extends BasicPluginContext

The context that will be passed to (Job) Plugins.


Method Summary
 void addRunListener(RunListener listener)
           
 EventData getCurrentEvent()
           
 void removeRunListener(RunListener listener)
           
 void sendJob(java.lang.Object message)
           
 
Methods inherited from interface jas.plugin.BasicPluginContext
addMenu, error, error, getPrintStream, installConsole, installControl, installPage, isApplet, removeMenu, sendMessage
 

Method Detail

addRunListener

public void addRunListener(RunListener listener)

removeRunListener

public void removeRunListener(RunListener listener)

getCurrentEvent

public EventData getCurrentEvent()
                          throws NoEventAvailable

sendJob

public void sendJob(java.lang.Object message)